Skip to content

Conversation

alsepkow
Copy link
Contributor

@alsepkow alsepkow commented Oct 7, 2025

Update Dot expected values to be computed with fp32 precision.

Comment on lines +1052 to +1053
// Accumulate in fp32 to improve precision.
float DotProduct = 0.0f;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's more a story to this than just wanting to improve precision in the tests? Doesn't this mean we likely need to clarify something in the spec?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think we should clarify. I wasn't sure exactly where that clarification belongs though. Will follow up on that discussion with the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

2 participants